﻿.bannerSecAuth {
    position: relative;
    width: 100%;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Pages/es/Content section/autenticacionTHyBD/assets/img/banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.contentBannerAuth {
    width: 80%;
    justify-content: start;
    align-items: center;
    display: flex;
    max-width: 1200px;
}

.textoBannerAuth {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 45%;
}

.textoBannerAuth h1{
    font-size: 38px !important;
    margin-bottom: 15px !important;
    color: white !important;
}


.textoBannerAuth p{
    color: white !important;
    font-size: 20px !important;
    width: 100%;
}

@media (max-width: 1024px) {
    .textoBannerAuth p {
        color: white !important;
        font-size: 20px !important;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contentBannerAuth {
        width: 80%;
        justify-content: center;
        align-items: start;
        display: flex;
        flex-direction: column;
    }

    .bannerSecAuth {
        position: relative;
        width: 100%;
        padding: 80px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/Pages/es/Content section/autenticacionTHyBD/assets/img/banner.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 580px;
    }
       

    .textoBannerAuth p {
        color: white !important;
        font-size: 20px !important;
        width: 100%;
        text-align: start;
    }

    .textoBannerAuth {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        width: 60%;
    }
}

@media (max-width: 480px) {
    .textoBannerAuth {
        display: flex
;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        width: 90%;
    }
}